home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / berm122 / readme < prev    next >
Text File  |  1993-08-19  |  3KB  |  99 lines

  1. A note for those who don't know Bermuda
  2. ---------------------------------------
  3.  
  4. Bermuda is a FidoNet compatible mail processing software. It was
  5. originally written for the Atari ST by Jac Kersing. It has been
  6. updated and ported to Unix by Franck Arnaud and me.
  7.  
  8. This version (1.22) of Bermuda includes the original documentation from
  9. version 1.00 (bermuda.doc) and an update documentation (update.doc).
  10.  
  11. This software is provided "as is" without expressed or implied warranty.
  12.  
  13.  
  14. Compiling Bermuda on Atari
  15. --------------------------
  16.  
  17. Use Turbo C or Pure C with the supplied *.prj files.
  18. Check that you have #define STTC 1 in pandora.h
  19.  
  20.  
  21. Compiling Bermuda on Unix
  22. -------------------------
  23.  
  24. Note that depending on how you get this source code, all the files may
  25. be ending with CR-LF, a la MS-DOS. Your compiler may not like that.
  26.  
  27. You will need an Ansi compiler, I used GCC. 
  28. Check that you have #define UNIX 1 in pandora.h
  29.  
  30. If your library don't have the strdup function, define MSTRDUP in the Makefile,
  31. same if you miss the strupr function, define MSTRUPR.
  32.  
  33. All configuration files (areas.bbs, bermuda.rte, bermuda.cfg) are in
  34. lower case, while everything else is in uppercase (.MSG, .HDR, .PKT).
  35. Bermuda also accepts packets in lowercase (*.pkt).
  36.  
  37. As with the Atari ST, the MAILER environment variable define the directory
  38. where areas.bbs and bermuda.cfg (or tb.cfg) resides.
  39.  
  40. In the parameters of arcmail etc, %: is replaced by a ';', and %k by
  41. the packet name without path. This may be useful when running Unix.
  42. Suggested zip configuration under Unix is
  43.  
  44. zipunpack      cd %d %: unzip %n
  45. zippack        cd %d %: zip -m %n %k
  46.  
  47. with zip and unzip anywhere in the path.
  48.  
  49. An unfixed bug requires (at least on my computer) that you run
  50. import and pack from the directory where you put areas.bbs and
  51. bermuda.cfg.
  52.  
  53.  
  54. Doing Fido on Unix
  55. ------------------
  56.  
  57. If you want to play fido on Unix, here is the list of the currently
  58. software that I know of :
  59.  
  60. Bermuda 1.22,    this is what you have and is suited for use with
  61.         Binkley/Bed/LazyBBS.
  62.  
  63. Binkley 3.02,    this is the mailer, ported from the Atari ST version by
  64.         Ben Stuyts (2:281/202.6 or benstn@olivetti.nl). It does
  65.         EMSI and runs well with Bermuda. Latest version should
  66.         be on 2:281/202. At this date running on BSD (NeXT, Sony...)
  67.         systems and Linux.
  68.  
  69. ParseLst 1.33,    this is the nodelist compiler for use with Binkley,
  70.         I made a few patch so that the MS-DOS version compile
  71.         on my Unix computer.
  72.  
  73. LazyBBS,    this is a menu-driven BBS running with the Bermuda
  74.         message base. All the menus and texts are configurable
  75.         (a la QuickBBS).
  76. LazyFix,    this is an areafix, to allow node/points to automatically
  77.         connect or disconnect some areas.
  78. LazyTick,    this is a file mailer, for handling file distribution
  79.         network.
  80. Pof,        this program builds a list of all available files.
  81.  
  82. For all Lazy and Pof, contact Franck Arnaud (2:320/100) or franck@altsoft.demon.co.uk.
  83.  
  84. BloufGate,    this is a Fido/Usenet gateway package, it converts
  85.         uucp packets to FidoNet packets and vice versa, gating
  86.         netmail and echomail. Contact bloufgate@altsoft.demon.co.uk
  87.  
  88. Bed,        this is a message editor (whose interface is largely
  89.         taken from the Led editor on Atari ST) for a Bermuda
  90.         message base. It is running under X/Windows and Motif.
  91.         Contact vincent@stell.frmug.fr.net
  92.         
  93.  
  94. All these programs are available for file request on 2:320/100, and should
  95. be available via ftp anonymous on ftp.ieee.org.
  96.  
  97.  
  98. Vincent Pomey (2:320/100.2 or vincent@stell.frmug.fr.net)
  99.